home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9806 / 000139_owner-linux-arm…r.rutgers.edu _Fri Jun 12 10:29:55 1998.msg < prev    next >
Internet Message Format  |  1998-06-30  |  4KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from virtual.bbc.co.uk (virtual.bbc.co.uk [132.185.132.199])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id KAA22021
  4.     for <willy@odie.barnet.ac.uk>; Fri, 12 Jun 1998 10:29:54 +0100
  5. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  6.     by virtual.bbc.co.uk (8.8.5/8.8.5) with ESMTP id KAA17732
  7.     for <willy@bofh.ai>; Fri, 12 Jun 1998 10:30:26 +0100 (BST)
  8. Received: from vger.rutgers.edu ([128.6.190.2]:31608 "EHLO vger.rutgers.edu" ident: "root") by nic.funet.fi with ESMTP id <19993-686>; Fri, 12 Jun 1998 12:28:56 +0300
  9. Received: by vger.rutgers.edu id <971182-14379>; Fri, 12 Jun 1998 03:32:49 -0400
  10. Received: from frosch.intern ([195.35.6.2]:1933 "EHLO frosch.all.de" ident: "NO-IDENT-SERVICE[2]") by vger.rutgers.edu with ESMTP id <971220-14379>; Fri, 12 Jun 1998 03:26:22 -0400
  11. Received: from bolzen.denic.net (root@bolzen.in-berlin.de [194.94.235.1])
  12.     by frosch.all.de (8.8.7/8.8.7) with ESMTP id LAA19610
  13.     for <linux-arm@vger.rutgers.edu>; Fri, 12 Jun 1998 11:16:01 +0200 (CEST)
  14.     (envelope-from yoda!yoda.in-berlin.de!voss@bolzen.denic.net)
  15. Received: by bolzen.denic.net (Smail3.2)
  16.       from yoda with uucp
  17.       id <m0ykPvq-0007SUC>; Fri, 12 Jun 1998 11:15:34 +0200 (MET DST)
  18. Received: by yoda.in-berlin.de (Smail3.1.28.1 #0)
  19.     id m0ykRdY-000000C; Fri, 12 Jun 98 09:04 GMT
  20. Date:     Fri, 12 Jun 1998 10:41:28 +0200
  21. From: Stefan Voss <voss@yoda.in-berlin.de>
  22. To: linux-arm@vger.rutgers.edu
  23. Subject: Re: MORE more more linux...
  24. Message-ID: <33b6f45448%voss@yoda.in-berlin.de>
  25. In-Reply-To: <4ea9ebamh120608@staffs.ac.uk>
  26. X-Organization: Individual Network (IN), Berlin, Germany
  27. X-Mailer: Messenger v1.40b for RISC OS
  28. MIME-Version: 1.0
  29. Content-Type: text/plain; charset=us-ascii
  30. X-Posting-Agent: RISC OS Newsbase 0.60m
  31. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  32. Sender: owner-linux-arm@vger.rutgers.edu
  33. Precedence: bulk
  34. X-Loop: majordomo@vger.rutgers.edu
  35. Status: RO
  36.  
  37. In message <4ea9ebamh120608@staffs.ac.uk>,
  38.      Ian Molton wrote:
  39.  
  40. > I've got x running, and can make my ether h card talk to the net, although
  41. > it still wont talk by default, I have to insmod it by hand, and then
  42. > ifconfig and route it...
  43.  
  44. You insmod EtherH support? I'd suggest you compile your own kernel with
  45. EtherH support built in. Once I had compiled such a kernel here's how I
  46. configured my EtherH:
  47.  
  48. 1. Create a file /etc/sysconfig/network-scripts/ifcfg-eth0 which looks
  49.    like this:
  50.  
  51. DEVICE=eth0
  52. IPADDR=<your IP address, e.g. 10.0.0.1>
  53. NETMASK=<your netmask, e.g. 255.255.255.0>
  54. NETWORK=<your network address, e.g. 10.0.0.0>
  55. BROADCAST=<your broadcast address, e.g. 10.0.0.255>
  56. ONBOOT=yes
  57.  
  58. 2. Modify /etc/sysconfig/network to look like this:
  59.  
  60. NETWORKING=yes
  61. HOSTNAME=<your hostname, e.g. yoda>
  62. GATEWAY=<IP address of your default gateway, e.g. 10.0.0.254>
  63.  
  64.  
  65. > Where can I download netscape for ARMlinux? it doesnt seem to be in the
  66. > RPMS...
  67.  
  68. I don't think there's such a thing. Or has anybody compiled QtScape or
  69. Cyptozilla successfully for ARMLinux?
  70.  
  71. > also, how do I remove users (I adduser'd one, and dunno how to get rid of
  72. > it)
  73.  
  74. Use vipw as root and delete the user's passwd entry.
  75.  
  76. > one last point - I cant compile Circlemud - cc complains that it cant find
  77. > a file, errno.h, although it /is/ present....
  78.  
  79. No idea. Header files in /usr/include are usually included by '#include
  80. <errno.h>'. If the errno.h file is in the application sources and is
  81. included by '#include "errno.h"' your compiler options may be wrong. 
  82. "gcc -I<include path> ..." e.g. tells gcc to look in <include path> for 
  83. header files.
  84.  
  85. Regards,
  86.    Stefan
  87.  
  88. -- 
  89. Stefan Voss
  90. (voss@yoda.in-berlin.de)
  91.  
  92. unsubscribe: body of `unsubscribe linux-arm' to majordomo@vger.rutgers.edu